﻿/*public*/
/* Public */
@charset "utf-8";

html, body, div, p, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, input, select, button, textarea, iframe, table, th, td {margin: 0; padding: 0; }
img { border: 0 none; vertical-align: top; }
ul,li,dl,dd,dt { list-style-type: none; }
i,em,cite { font-style: normal; }
body {  -webkit-text-size-adjust:none; /* 谷歌不支持12px以下字号 */ font-family:"微软雅黑";}
a{ text-decoration: none; }
.clear,.cle {clear:both;}
a,area { blr:expression(this.onFocus=this.blur()) }   /*  去掉IE下链接虚线框 */
a:focus { outline: none; }    /* 去掉火狐下链接虚线框 */
input{ outline:none; text-indent: 15px;}


/* end_Public */
/*public*/
/*ea_h*/
/*t_font_size*/
.t_font_size{ font-size:12px; color:#646464; float:right; wisdth:155px; position:absolute;   top: 46px;
    right: 0px;z-index:99999}
.t_font_size dl{ height:22px;}
.t_font_size dl dt{ float:left; margin-top:8px; font-size:16px !important}
.t_font_size dl dd{ margin-right:10px; float:left;background:#c0c0c0; text-align:Center; border-radius:2px;}
.t_font_size dl dd.t_font_size1{font-size:10px !important;  height:14px; width:14px; overflow:hidden; margin-top:8px;   }
 
.t_font_size dl dd.t_font_size2{ font-size:12px !important; height:18px; width:18px; margin-top:4px; }
.t_font_size dl dd.t_font_size3{ font-size:14px !important; height:22px; width:22px; }
.t_font_size dl dd.t_font_size2_cur { background:#646464;}
.t_font_size dl dd a{  color:#ffffff;}
/*end_t_font_size*/

/*xn_n_14_wrap*/
#ea_n {
    border-bottom: 8px solid #1e2776;
}
.xn_n_14_wrap{height: 75px;clear: both;width: 1200px;margin: 0 auto; position:relative}
.xn_n_14_wrap_main{height: 75px; float:left;}
#xn_n_14_VMenu1{height:75px; float: left;}
.xn_n_14_wrap_menu1 {float: left;   height:75px;font-size: 16px;}
.xn_n_14_wrap_menu1>a{display: block;padding:0 10px; color:#444; text-decoration:none;text-align: center;height: 80px;line-height: 75px;}
.xn_n_14_wrap_menu1_2,.xn_n_14_wrap_menu1_cur { float: left; zoom: 1; width:auto; height:90px;font-size: 16px;}
.xn_n_14_wrap_menu1_2>a,.xn_n_14_wrap_menu1_cur>a{ display: block; padding:0 10px;height: 62px;line-height: 75px;color: #162f83;background: url(/Images/Public/prod_view/CgAGe1qmMAGAOFBHAAABsOO2ihQ585.png) center bottom no-repeat; text-decoration:none;}
.xn_n_14_wrap_main > ul > li + li + li + li + li + li + li + li+li{display:none;}
.xn_n_14_wrap_main>ul>li>ul{position: absolute;background: url(/Images/Public/prod_view/CgAGe1qndfmAftH-AAADpu-xvXI895.png) repeat-x;top: 75px;width: auto;height: 88px;z-index: -1;}
.xn_n_14_wrap_main>ul>li>a+ul+ul{display:none!important}
.xn_n_14_wrap_main>ul>li>ul>div{margin: 0 auto; position: relative;}
.xn_n_14_wrap_main>ul>li>ul>li{display: inline-block;height: 91px;line-height: 91px;}
#type1Li_t2801_1{margin-left:0;}
.xn_n_14_wrap_main>ul>li>ul>li:hover{transition: all 300ms; -moz-transition: all 300ms; -webkit-transition: all 300ms; -o-transition:all 300ms;}
.xn_n_14_wrap_main>ul>li>ul>li>a{font-size: 14px;color: #fff; padding:0 15px; -webkit-transition: all 300ms;transition: all 300ms;position:relative;display: block;}
.xn_n_14_wrap_main>ul>li>ul>li:last-child>a:after{content:'';display:block;background:transparent!important;width:1px;height:10px;position:absolute;top: 50%;right:0px;margin-top: -5px;}
.xn_n_14_wrap_main>ul>li>ul>li>a:after{content:'';display:block;background:#fff;width:1px;height:10px;position:absolute;top: 50%;right:0px;margin-top: -5px;display: none;}
.xn_n_14_wrap_main>ul>li>ul>li:hover a{color: #ed6d00;text-decoration: none !important;}
.xn_n_14_wrap_menu2 a{}
.xn_n_14_wrap_main ul li ul li a:hover{text-decoration: none!important;padding:0 30px;}
.xn_n_14_wrap_main ul li ul li ul{display: none !important;}
#type1Ul_t2801 {margin-left: -190px;}
#type1Ul_t101 {}
#type1Ul_t201 {}
#type1Ul_t301 {}
#type1Ul_t401 {}
#type1Ul_t3101 {}
#type1Ul_t701 {}
#type1Ul_t3401 {}
#fadeInDown {
    animation: fadeInDown .5s both;
    -wekit-animation: fadeInDown .5s both;
}
.nav_weixin{ width:290px; height:230px; background:#fff url(/Images/Public/prod_view/20161114184336_7527.jpg?d=20180312151410025?d=20171226150324353) center no-repeat; background-size: 153px 172px; opacity:0;}
@-webkit-keyframes fadeInDown{
    0%{
        opacity:0;
        -webkit-transform:translateY(-20px;);
        transform:translateY(-20px;)
        opacity .3s linear
    }
    100%{
        opacity:1;
        -webkit-transform:translateY(0);
        transform:translateY(0);
         opacity .3s linear
    }
}
@keyframes fadeInDown{
    0%{
        opacity:0;
        -webkit-transform:translateY(-20px);
        -ms-transform:translateY(-20px);
        transform:translateY(-20px);
         opacity .3s linear
    }
    100%{
        opacity:1;
        -webkit-transform:translateY(0);
        -ms-transform:translateY(0);
        transform:translateY(0);
        opacity .3s linear;
    }
}
/*end_xn_n_14_wrap*/
/*top*/
.top{width: 100%;z-index:99;position: relative;top: 0;}
.t_t{position:relative; z-index:100; width:1200px; margin:0 auto; }
/*end_top*/
/*twobox*/
.twobox{ position: absolute;top: 9px;right: 50%;margin-right: -600px; top:22px}
/*end_twobox*/
#timeNow{position: absolute; top: 75px;;font-size:12px;left:25px;display:none;}
/* t_ver */
.t_ver {float: right;/*position:absolute;top: 16px;right: 50%;margin-right: -600px;*/height: 26px;line-height: 26px;/* margin-top: 7px; */}
.ver_addzi{ float: left;color:#9a9a9a; font-size:14px;}
.t_ver ul{float:left;}
.t_ver ul li{float:left; margin-left: 7px;/*padding: 0 7px; border-right: 2px solid #9a9a9a;*/ }
.t_ver ul li:after { content:"/";color:#9a9a9a; font-size:14px;padding-left: 7px;}
.t_ver ul li:last-child{ border:none; padding-right:0;}
.t_ver ul li:first-child{ padding-left:0;}
.t_ver ul li:last-child:after{ content:"";color:#9a9a9a; font-size:14px;padding-left: 7px;}
.t_ver ul li a{color: #b2b2b2;font-size:14px;text-decoration:none;}
.t_ver ul li a:hover{ color:#2274b8; font-size:14px; text-decoration:none;}
/* end_t_ver */
/* t_search */
.t_search{float: right;/*position: absolute;top: 9px;right: 50%;margin-right: -535px;*/width:147px;height:30px;}
.t_search_text{border: 2px solid #c3c3c3;font-family:"微软雅黑";font-size: 12px;text-indent: 10px;border-radius: 15px;width: 147px;padding-right: 30px;height: 26px;line-height: 26px;outline: none;background-color: transparent;color: #c3c3c3;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;-o-box-sizing: border-box;-ms-box-sizing: border-box;}
.t_search img{ font-family:"微软雅黑";font-size: 12px;text-indent: 10px; border-radius: 5px; width: 26px; padding-right: 12px;    margin-left: -25px;
height: 14px; line-height: 23px; outline: none; background-color: transparent; color:#c7c7c7; background:url(/Images/Heads/prod_view/search.png?d=20170908095406257) 124px center no-repeat;
box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box;z-index: 99999999;}
/* end_t_search */
/* t_logo */
.t_logo{position:absolute;left: 50%;margin-left: -600px;z-index: -1;}
#ea_l{position:relative;top:83px;left:0px;width:256px;height:80px;}
.t_logo img{ width:256px;border:0px; height:80px}
/* end_t_logo */
/*cyqy*/
.cyqy{position: relative;float: left;height: 93px;line-height: 75px;font-size: 16px;    margin-left: 16px;}
.cyqy a:hover{ color: #162f83; }
.cyqybtn{margin-top: 27px;display: block;height: 20px;line-height: 20px;color: #141414;padding: 0 20px 0 20px;border-left: 3px solid #d2d2d2;background:url(/Images/Public/prod_view/CgAGe1pr1haAOC4OAAAEah1sJGk017.png) no-repeat right center;}
.cyqycon{position: absolute;top: 81px;right: -104px;background: rgba(0,0,0,0.51);width: 209px;height: 0; transition: all 0.6s; overflow: hidden;  }
.cyqycon ul{padding: 8px 20px; }
.cyqycon li{ height: 30px; line-height: 30px;overflow:hidden; } 
.cyqycon a{ font-size: 14px; color: #ffffff; }
.cyqycon ul li a:hover{ font-size: 14px; color: #ed6d00; }
.cyqycon.curr{height:auto;}
/*end_cyqy*/
/*ea_h*/
/*ea_ba*/
/*products_banner*/
.products_banner{width:100%; height:280px; overflow: hidden; position:relative; margin:0 auto;}
.products_banner_m{Z-INDEX:0; width:1920px; height:280px; position:absolute; left:50%; margin-left:-960px;}
/*end_products_banner*/
/*ea_ba*/
/*ea_c*/
/*xn_c_prodv_40_wrap*/
.xn_c_prodv_40_wrap{width:360px; height:240px;margin:36px 40px 40px; float: left;}
.xn_c_prodv_40_pic img{width:360px;height:240px;}
/*end_xn_c_prodv_40_wrap*/
/*prod_gs*/
.prod_gs{ width:360px; float:left;  margin-top:36px;}
.prod_view_name{ width:100%; }
.prod_view_name_bt{ float:left; color:#df0000; font-size:14px;display:none;}
.prod_view_name h1{ color:#2573bb; font-weight:normal; font-size:24px; line-height: 40px;}
.prod_view_time{ padding-top:17px; display:none;}
.prod_view_ms{ line-height:20px; height:40px; overflow:hidden; color:#aaa; font-size: 14px;}
/*end_prod_gs*/
/*xn_c_3_wrap*/
.xn_c_3_wrap{ float: left; width:360px; margin-top:25px;}
.xn_c_3_wrap:before{ content:"分享："; display:block; float: left; color:#aaa;}
/*end_xn_c_3_wrap*/
/*xn_c_prodv_47_wrap*/
.xn_c_prodv_47_wrap{width:360px;margin:74px auto 0; float: left; font-size: 14px;display:none;}
.xn_c_prodv_47_wrap a:hover{ opacity:0.8;}
.xn_c_prodv_47_downpic{ float: left; margin-right: 24px; display:none}
.xn_c_prodv_47_downpic a{width:100px;height:32px;display:block;background:#2573bb; color:#fff; text-align: center; line-height: 32px;}
.xn_c_prodv_47_downwz{float:left;}
.xn_c_prodv_47_downwz1{ display:none;}
.xn_c_prodv_47_downwz a{ width:100px; height:32px; line-height: 32px;display:block;background:#aaa; color:#fff; text-align: center;}
/*end_xn_c_prodv_47_wrap*/
/*xn_c_prodv_4_wrap*/
.xn_c_prodv_4_wrap{width:100%; font-size:14px; color:#444; line-height: 30px;}
.xn_c_prodv_4_neirong{}
/*end_xn_c_prodv_4_wrap*/
/*xn_c_prodv_80_wrap*/
.xn_c_prodv_80_wrap{}
.xn_c_prodv_80_wrap #EIMS_C_3_1_box_div{ margin:20px auto; overflow:hidden; padding-top:40px;}
.xn_c_prodv_80_wrap #EIMS_C_3_1_box_div ul{ list-style:none; padding:0px; margin:0px;}
.xn_c_prodv_80_wrap #EIMS_C_3_1_box_div li{ float:left; margin-right:20px;}
.xn_c_prodv_80_wrap .EIMS_C_3_1_page { font-size: 12px;color: #444; float:left; line-height: 20px; max-width:370px; white-space: nowrap; 
    text-overflow:ellipsis; /*溢出省略号，支持ie、safari（webkit）*/
    -o-text-overflow:ellipsis; /*溢出省略号，支持opera*/
    overflow:hidden;/*溢出隐藏*/
    -moz-binding:url('ellipsis.xml#ellipsis');/*溢出省略号，支持firefox*/}
.xn_c_prodv_80_wrap #EIMS_C_3_1_Downli{ float:right;}
.xn_c_prodv_80_wrap .EIMS_C_3_1_page a:link { color: #444; text-decoration: none;}
.xn_c_prodv_80_wrap .EIMS_C_3_1_page a:visited {color: #444; text-decoration: none;}
.xn_c_prodv_80_wrap .EIMS_C_3_1_page a:hover {color: #2573bb; text-decoration: none;}
/*end_xn_c_prodv_80_wrap*/
/*xn_c_19_wrap*/
.xn_c_19_wrap{width:100%;margin:40px auto 0;}
.xn_c_19_topbox{width:100%; line-height:30px; padding-bottom:10px; font-size: 24px;color: #2573bb; border-bottom: 1px solid #ddd;}
.xn_c_19_pro_t2,.xn_c_19_pro_t3,.xn_c_19_pro_more{ display:none;}
.xn_c_19_main{position:relative;}
.xn_c_19_left{height:32px;width:18px;background:url(/Images/Contents/prod_view/xn_c_19_left.png?d=20180127113029280) center no-repeat;cursor:pointer;position:absolute;margin-top:134px;left:-18px;z-index:999;}
.xn_c_19_left:hover{background:url(/Images/Contents/prod_view/xn_c_19_left_h.png?d=20180127113029280) center no-repeat;}
.xn_c_19_right{height:32px;width:18px;background:url(/Images/Contents/prod_view/xn_c_19_right.png?d=20180127113029280) center no-repeat;cursor:pointer;position:absolute;margin-top:134px;right:-18px;z-index:999;}
.xn_c_19_right:hover{background:url(/Images/Contents/prod_view/xn_c_19_right_h.png?d=20180127113029280) center no-repeat;}
.xn_c_19_inner{position:relative;float:left;width:740px;overflow:hidden;margin:20px 10px 0;}
.xn_c_19_ul{position:relative;float:left;width:220px;}
.xn_c_19_li{float:left;margin:0px;width:360px; margin-right: 20px;}
.xn_c_19_nrbox{width:360px;}
.xn_c_19_lftbox img{width:360px; height:240px;}
.xn_c_19_name a{ display:block; font-size: 24px; color:#444; line-height: 50px; white-space: nowrap; 
    text-overflow:ellipsis; /*溢出省略号，支持ie、safari（webkit）*/
    -o-text-overflow:ellipsis; /*溢出省略号，支持opera*/
    overflow:hidden;/*溢出隐藏*/
    -moz-binding:url('ellipsis.xml#ellipsis');/*溢出省略号，支持firefox*/}
.xn_c_19_name a:hover{color: #2573bb; }
.xn_c_19_time,.xn_c_19_gdmore{ display:none;}
.xn_c_19_coent{height:44px;line-height:22px;overflow:hidden; color:#aaa; font-size: 14px;}
/*end_xn_c_19_wrap*/
/*n_main*/
.n_main{width: 100%; margin:0; padding:0; height:auto; overflow:hidden;z-index:5; position: relative; background:#f2f2f2;} 
.n_content{width:1200px; margin:0 auto;}
/*end_n_main*/
/*n_content_left*/
.n_content_left{width:340px; height: auto; float:left; position:relative; margin-top:50px;}
/*end_n_content_left*/
/*xn_c_75_wrap*/
.xn_c_75_wrap{font-size: 32px;color: #d40000; width: 100%; height:100px; background:#1e2776; padding:25px 40px 20px; box-sizing: border-box;font-size: 18px;}
.xn_c_75_wrap span{ display:block;color: #fff;line-height: 30px;}
.xn_c_75_wrap .xn_c_75_ename{font-variant: small-caps; font-size: 36px; }
/*end_xn_c_75_wrap*/
/*n_content_left_cnt */
.n_content_left_cnt{width:340px;background:#fff; padding: 22px 20px 36px; box-sizing: border-box; border-bottom: 3px solid #dcdcdc;}
.n_content_left_cnt ul li ul li ul{border-bottom:none !important;}
.left_menu1 {width:100%; border-bottom:1px solid #ddd; font-size:16px;}
.left_menu1 a{ display:block;line-height:46px;color:#444; text-decoration:none; padding-left:43px;background:url(/Images/Contents/prod_view/left_nav.png?d=20180127113029280) 20px center no-repeat;}
.left_menu1 a:hover{color:#1e2776;text-decoration:none;background: url(/Images/Contents/prod_view/left_nav_h.png?d=20180127113029280) 20px center no-repeat;}
.left_menu1_2 {width:100%; border-bottom:1px solid #ddd; font-size:16px;}
.left_menu1_2 a{display:block;line-height:46px;color:#2573bb; text-decoration:none;padding-left:43px;background:url(/Images/Contents/prod_view/left_nav_h.png?d=20180127113029280) 20px center no-repeat;}
.left_menu1_2 a:hover{color:#2573bb;text-decoration:none; background:url(/Images/Contents/prod_view/left_nav_h.png?d=20180127113029280) 20px center no-repeat;}
.left_menu1_cur{width:100%;border-bottom:1px solid #ddd; font-size:16px;}
.left_menu1_cur ul{}
.left_menu1_cur a{display:block;line-height:46px;color:#1e2776; text-decoration:none;padding-left:43px;background:url(/Images/Contents/prod_view/left_nav_h.png?d=20180127113029280) 20px center no-repeat;font-size:16px;}
.left_menu1_cur a:hover{color:#1e2776;text-decoration:none; background:url(/Images/Contents/prod_view/left_nav_h.png?d=20180127113029280) 20px center no-repeat;}
.left_menu2{width:100%;  background: #fff; font-size:16px;}
.left_menu2 a{ display: block; line-height:30px; color: #444; text-decoration: none; padding-left:50px; background:url(/Images/Contents/prod_view/left_nav.png?d=20180127113029280) 30px center no-repeat; font-size:14px;}
.left_menu2 a:hover{ color:#2573bb;text-decoration:none;  background:url(/Images/Contents/prod_view/left_nav_h.png?d=20180127113029280) 30px center no-repeat;}
.left_menu2_2{ width:100%;}
.left_menu2_2 a{color:#444; line-height:30px; display:block; padding-left:50px; background:url(/Images/Contents/prod_view/left_nav.png?d=20180127113029280) 30px center no-repeat; font-size:14px;}
.left_menu2_2 a:hover{color:#2573bb;text-decoration:none;  background:url(/Images/Contents/prod_view/left_nav_h.png?d=20180127113029280) 30px center no-repeat;}
.left_menu2_cur{ width:100%;}
.left_menu2_cur a{display:block;line-height:30px;color:#2573bb; text-decoration:none; padding-left:50px;background:url(/Images/Contents/prod_view/left_nav_h.png?d=20180127113029280) 30px center no-repeat;font-size: 14px;}
.left_menu2_cur a:hover{color:#2573bb; background:url(/Images/Contents/prod_view/left_nav_h.png?d=20180127113029280) 30px center no-repeat;}
.left_menu3{ width:100%;}
.left_menu3 a{display: block; line-height:30px; color: #444; text-decoration: none; padding-left:50px; background:url(/Images/Contents/prod_view/left_nav.png?d=20180127113029280) 30px center no-repeat; font-size:14px;}
.left_menu3 a:hover{ color: #2573bb;background:url(/Images/Contents/prod_view/left_nav_h.png?d=20180127113029280) 30px center no-repeat;}
.left_menu3_2{ width:100%;}
.left_menu3_2 a{ color:#444; line-height:30px; display:block; padding-left:50px; background:url(/Images/Contents/prod_view/left_nav.png?d=20180127113029280) 30px center no-repeat; font-size:14px;}
.left_menu3_2 a:hover{color:#2573bb;text-decoration:none;  background:url(/Images/Contents/prod_view/left_nav_h.png?d=20180127113029280) 30px center no-repeat;}
.left_menu3_cur{ width:100%;}
.left_menu3_cur a{display:block;line-height:30px;color:#2573bb; text-decoration:none; padding-left:50px;background:url(/Images/Contents/prod_view/left_nav_h.png?d=20180127113029280) 30px center no-repeat;font-size: 14px;}
.left_menu3_cur a:hover{color:#2573bb; background:url(/Images/Contents/prod_view/left_nav_h.png?d=20180127113029280) 30px center no-repeat;}
/*end_n_content_left_cnt */
/*n_content_left_img*/
.n_content_left_img{display:none; width:100%; height:130px; background:url(/Images/Contents/prod_view/contact_nei.jpg?d=20180127113029280) no-repeat; margin:20px auto 40px; color:#fff; font-size:24px; padding:20px 36px; box-sizing: border-box;}
.n_content_left_img span[name="_left_img1"]{ font-size:30px; margin-right: 10px;}
.n_content_left_img a{ color:#fff; display:block; width:76px; height:26px; border-radius: 3px; background:#2573bb; line-height: 26px; font-size: 12px; text-align: center; margin-top:15px;}
.n_content_left_img a:hover{ text-decoration: underline;}
/*end_n_content_left_img*/
/*n_content_right*/
.n_content_right{position:relative; width:840px; height: auto; float:right; padding-bottom:50px;}
/*end_n_content_right*/
/*n_content_right_name*/
.n_content_right_name{ width: 1200px; height: 50px; position: absolute; right: 0;z-index: 9;}
/*end_n_content_right_name*/
/*n_content_right_name_r*/
.n_content_right_name_r{height:50px; color:#444; font-size:14px;}
.n_content_right_name_r a:hover{ text-decoration: underline;}
.n_r_wz1{ display:none;}
.n_r_wz2 a,.n_r_wz4 a,.n_r_wz6 a{ color:#444;}
.n_r_wz6 a{ padding-right: 5px;}
.n_r_wz3,.n_r_wz5{ width:0; border-width:4px; border-style: solid; border-color:transparent transparent transparent #444; font-size: 0; vertical-align:top;margin-left: 5px;}
.n_r_wz1,.n_r_wz2,.n_r_wz3,.n_r_wz4,.n_r_wz5,.n_r_wz6{}
.n_content_right_name_r ul li{line-height:50px; float: left;}
.n_content_right_name_r ul li img{ margin-right:12px;margin-top: 18px;}
/*end_n_content_right_name_r*/
/*n_content_right_m*/
.n_content_right_m {text-align:left; width:100%; margin:0 auto; line-height:30px; color:#444; font-size:14px;margin-top:50px; position:relative; background:#fff; border-top:3px solid #1e2776;}
.news_body .n_content_right_m,.news_view_body .n_content_right_m{border:none;}
/*end_n_content_right_m*/
/*pro_view*/
.pro_view { position:relative; clear:both; margin:0 40px; border-top:1px solid #ddd; padding:40px 0;}
/*end_pro_view*/
/*prod_big*/
.prod_big { }
/*end_prod_big*/
/*ea_c*/
/*ea_b*/
.xn_f_21_wrap{display: none;width: 1170px;height:auto;margin: 48px auto 24px;overflow: hidden;}
.index_body .xn_f_21_wrap{ display: block; }
.xn_f_21_wrap>span{float: left; font-size: 16px; height: 16px; line-height: 16px; font-weight: 600; }
.xn_f_21_xhbox{float:left;overflow:hidden;text-align:center;margin-bottom: 10px;margin-left: 8px;}
.xn_f_21_xhbox a{font-size: 14px;line-height: 15px;color: #000303;padding:0 10px;display:none;}


.foot_tel{float: left;position: relative;width: 450px;margin-top: 3px;left:80px;}
.foot_tel_top{ height: 28px; line-height: 15px; margin-bottom: 10px; font-size: 22px;border-bottom: 2px solid #111;width: 88px;}
.foot_tel_f{ position:relative; width:100%; height:100%;}
.foot_tel_f>div{ height: 26px; line-height: 14px; }


.xn_f_1_warp {}


.xn_f_2_warp {}

#form1{width:100%!important;}
.foot_copy{position:relative; width:100%; height: 31px; line-height: 31px; background: #c5c5c5; /*top:-17px*/}
.foot_copy>div{ display: inline-block; color: #858585; font-size: 12px; }
.foot_copy>div a{  color: #858585; }
.foot_copy>div a:hover{ color: #858585; text-decoration: underline; }


.foot{ width:100%; position:relative; text-align:center; font-size:15px; color:#111111; line-height:27px; margin-top:30px;}
.foot a{    }
.foot a:hover{ color:#165da5;}
.foot_c{position:relative; width:100%; margin:auto; text-align:left; background: #ababab;  height: 213px;}


.foot_c1{ width: 1200px; height: auto; overflow: hidden; margin: 0 auto; padding: 20px 0 40px; }


.foot_nav2{float: left;position:relative;width: 535px;}
.footlogo{width: 316px;height: 80px;margin: 90px 115px 14px;}
.footlogo img{ width: 506px;     height: 95px; margin-left: -21px;margin-top: -71px;}
.foot_nav2 ul{    margin-top: 28px;
    padding: 0px;
    
    max-width: 520px;
}
.foot_nav2 ul li{width: 120px;height: 16px;line-height: 16px;float:left;text-indent: 0;margin-bottom: 10px;}
.foot_nav2>ul>li:nth-child(n+9) {display: none;}
.foot_nav2 ul li a{line-height:25px;font-size: 14px;color: #ffffff;padding:0 6px;}

.foot_nav2 ul li ul li a{line-height:25px; font-weight: normal !important;}


.foot_qrbox{ float: left; width:108px; height: 155px; text-align: left; overflow: hidden; margin-top: 0px;}
.foot_qrbox img{ width: 108px; height: 112px; overflow: hidden; }
.foot_qrbox p{font-size: 13px;height: 31px;line-height: 31px;text-align: center;}


/*ea_b*/
/*ea_bg*/
/*ea_bg*//*ea_m*/
/*ea_m*/
/*ea_pi*/
/*ea_pi*/
/*ea_wj*/
/*ea_wj*/